Nevron .NET Vision
Nevron.Chart Namespace / NArrayList<T> Class
Fields Properties Methods


In This Topic
    NArrayList<T> Class Members
    In This Topic

    The following tables list the members exposed by NArrayList<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field  
    Public Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the capacity of this list  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the array. Generally slow  
    Public MethodDetermines whether the array contains the specified item  
    Public MethodDetermines the index of the specified item in the array  
    Public MethodInserts a new item at the specified index  
    Public MethodInserts a range of items in the data series after the specified index  
    Public MethodRemoves the specified item from the array  
    Public MethodRemoves the item at the specified index from the array  
    Top
    See Also